home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / contrib / russo / popen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-25  |  198 b   |  7 lines

  1. /* popen.h */
  2.  
  3. extern FILE ** popen_rw(const char *program);
  4. extern int pclose_rw(FILE *iop[]);
  5. extern FILE ** popen_ioe(const char *program, const char *type);
  6. extern int pclose_ioe(FILE *iop[3]);
  7.